/* Gerneral Media */
@media screen and (min-width:768px) {
    .comingsoon-text {
        padding-top: 15%;
    }
}

@media screen and (min-width:1024px) {
    .comingsoon-text {
        padding-top: 9%;
    }
}

@media screen and (min-width:1200px) {
    .comingsoon-text {
        padding-top: 10%;
    }
    .comingsoon-text h2 {
        font-size:33px;
    }
}

/* navbar scroll */
@media only screen and (min-width:991px) {
    .sticky {
        position: sticky;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 100;
        border-top: 0;
    }
}

/* Header */
@media screen and (min-width:768px) {
    .header{
        background: linear-gradient(115deg, rgba(13, 20, 63, 0.38) 49%, #2c3c6ae0 30%), url(imgs/header_bg.jpg);
        background-size: cover;
    }
    .logo {
        padding: 10px 0 10px;
    }
    .logo img{
        width: 87%;
    }
    .header-right {
        display: block;
        padding: 10px 0 10px;
    }
    .contact-info {
        color: #fff;
    }
}

@media screen and (min-width:1024px) {
    .logo img{
        width: 76%;
    }
    .header{
        background: linear-gradient(115deg, rgba(13, 20, 63, 0.38) 50%, #2c3c6ae0 30%), url(imgs/header_bg.jpg);
        background-size: cover;
    }
    .uss-name h2 {
        font-size: 33px;
    }
}

@media screen and (min-width:1200px) {
    .header{
        /* background-image: linear-gradient(115deg, rgb(255, 255, 255) 47%, #2c3c6a 30%); */
        background: linear-gradient(115deg, rgba(13, 20, 63, 0.38) 47%, #2c3c6ae0 30%), url(imgs/header_bg.jpg);
        background-size: cover;
    }
    .logo img{
        width: 72%;
    }
    .header-right {
        /* display: flex; */
        padding: 13px 0 25px;
        text-align: left;
    }
    .contact-info {
        color: #fff;
        padding: 0 34px 0;
    }
    .header-btns .btn-primary {
        margin-top: 0;
    }
    .footer-contact-info .phone {
        margin-top: 5px;
    }
}

/* end header */

/* Navbar */
@media screen and (min-width:768px) {
   
}

@media screen and (min-width:1024px) {
    .uss .nav-item {
        padding: 0 1px;
    }
    .uss li a {
        font-size: 14px;
    }
}

@media screen and (min-width:1200px) {
    .uss li a {
        font-size: 16px;
    }
    .uss .nav-item {
        padding: 0 5px;
    }
}

/* end navbar */

/* Welcome text */
@media screen and (min-width:768px) {
    .shape1 {
        margin: 27px 0 0 4%;
        width: 30%;
    }
    .sonar {
        left: 23%;
        margin: 0;
    }
}
@media screen and (min-width:1024px) {
    .shape1 {
        width: 23%;
    }
}
@media screen and (min-width:1200px) {
    .shape1 {
        background-color: #F0DC82;
        height: 163px;
        width: 27%;
        margin: 26px 0 0 -1%;
        /* border-left: 5px solid #601700;
        border-bottom: 5px solid #601700; */
        position: absolute;
        z-index: 0;
    }
    .sonar {
        z-index: 0;
    }
    .sub-photo {
        margin-bottom: 26px;
    }
    .sonar {
        height: 250px;
        width: 250px;
        left: 0;
        margin: 0 auto;
    }
    .axis1 {
        left: -30.4%;
    }
    .axis2 {
        top: -30.5%;
    }
    .circle5 {
        width: 250px;
        height: 250px;
    }
    .circle4 {
        width:200px;
        height: 200px;
    }
    .circle3 {
        width:150px;
        height: 150px;
    }
    .circle2 {
        width:100px;
        height: 100px;
    }
    .circle1 {
        top: 101px;
        left: 101px;
    }
    .sonar-AI {
        width: 123px;
        height: 125px;
    }
    .sonar-CIR {
        top: 126px;
    }
    .blip-2 {
        bottom: 152px;
    }
    .blip-3 {
        bottom: 68px;
        left: 67px;
    }
}

/* About/News home */
@media screen and (min-width:768px) {
    .about-home {
        padding-top: 38px;
        height: 378px;
    }
    .news-home {
        height: 456px;
    }
    .widget-content {
        margin-left: 38px;
        padding-right: 54px;
        padding-left: 15px;
    }
    .widget-header.style-05 {
        margin-left: 55px;
        padding-left: 1px;
    }
    .about-learnmore {
        padding-right: 0;
        margin-left: 0;
    }
    .widget-header.style-06 {
        padding-left: 57px;
    }
}
@media screen and (min-width:1024px) {
    .about-home {
        padding-top: 0px;
    }
    .news-home {
        height: 538px
    }
    .about-learnmore {
        margin-left: 51px;
        padding-right: 0px;
        text-align: left;
    }
}
@media screen and (min-width:1200px) {
    .about-home {
        height: 460px;
    }
    .about-home {
        padding-top: 38px;
    }
    .about-learnmore {
        margin-left: 52px;
        padding-right: 15px;
    }
    .news-home {
        height: 445px
    }
}

/* Email sign up */
@media screen and (min-width:768px) {
    .newsletter-form button {
        margin: 0 0 0 0;
    }
    .newsletter-form input {
        width: calc(100% - 204px);
        padding: 0 15px;
        padding-left: 54px;
        right: -8px;
        height: 53.5px;
    }
    .newsletter-form button {
        display: initial;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .newsletter-section h2 {
        font-size: 19px;
    }
}

@media screen and (min-width:1024px) {
    .newsletter-form input {
        height: 53.5px;
    }
}

@media screen and (min-width:1200px) {
    .footer-page {
        position: relative;
    }
    .footer-home {
        position: absolute;
        width: 62%;
        top: -61px;
        right: 19%;
    }
    .newsletter-form input {
        width: calc(100% - 205px);
        right: -3px;
    }
    .newsletter-form .btn-style-one {
        padding: 13px 41px;
    }
    .newsletter-section h2 {
        font-size: 20px;
    }
}

@media screen and (max-width:1570px) {
    .newsletter-section {
        position: relative;
        width: 100%;
        right: 0;
    }
}

/* footer */
@media screen and (min-width:768px) {
    .footer-logo img {
        width: 89%;
        display: inherit;
        margin-bottom: 12px;
    }
    .footer-left {
        display: flex;
    }
    .sitemap-items {
        text-align: left;
    }
    .footer-contact-info {
        margin-top: 15px;
    }
}

@media screen and (min-width:1024px) {
    .footer-left {
        display: block;
    }
    .footer-logo img {
        width: 74%;
        display: block;
        margin-bottom: 12px;
    }
    .footer-middle li a {
        font-size: 15px;
    }
    .footer-uss-name h2 {
        font-size: 16px;
    }
}

@media screen and (min-width:1200px) {
    .footer {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .kopa-area {
        padding-bottom: 85px;
    }
    .footer-logo img {
        width: 100%;
        margin: 0 auto;
        display: block;
        margin-bottom: 12px;
    }
    .footer-left {
        display: block;
    }
    .sitemap-items {
        text-align: left;
    }
}

/* About us page */
@media screen and (min-width:768px) {
    .about-page-photo img {
        width: 66%;
    }
}

@media screen and (min-width:1024px) {
    .about-page-photo img {
        float: right;
        width: 40%;
        margin-left: 10px;
    }
}

@media screen and (min-width:1200px) {
    .about-page-photo img {
        float: right;
        margin-left: 10px;
        width: 35%;
    }
}

/* Board member Page */
@media screen and (min-width:768px) {
    .board-item .card {
        height: 391px;
     }
     .board-photo {
        height: 257px;
        overflow: hidden;
        margin-bottom: 10px;
    }
    .board-mem-detail img{
        box-shadow: 0 0 4px #000;
        float: none;
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
        width: 50%;
    } 
    .board-mem-detail h3 {
        margin-bottom: 4px;
    }
    .board-detail-text {
        margin-top: 19px;
    }
}

@media screen and (min-width:1024px) {
    .board-item .card {
        height: 410px;
     }
     .board-photo {
        height: 197px;
        overflow: hidden;
        margin-bottom: 10px;
    }
    .board-mem-detail img{
        margin-left: 10px;
        box-shadow: 0 0 4px #000;
        float: right;
    } 
}

@media screen and (min-width:1200px) {
    .board-item .card {
        height: 376px;
     }
    .board-photo {
        height: 244px;
        overflow: hidden;
        margin-bottom: 10px;
    }
    .board-mem-detail img{
        float: right;
        margin-left: 10px;
        box-shadow: 0 0 4px #000;
        width: 30%;
    } 
    .board-mem-detail h3 {
        font-size: 20px;
        margin-bottom: 2px;
    }
}

/* FAQs Page */
@media screen and (min-width:768px) {
    .faqs-page .q-a {
        margin-bottom: 27px;
    }
}

@media screen and (min-width:1024px) {
    .faqs-page .q-a {
        margin: 0;
        margin-bottom: 35px;
    }
}

@media screen and (min-width:1200px) {
    .faqs-page .q-a {
        margin: 0;
        margin-bottom: 35px;
    }
}

/* History Page */
@media screen and (min-width:768px) {
    .history-page .panel-body {
        height: auto;
    }
    .history-item-photo img {
        float: none;
        width: 35%;
    }
    .history-detail-photo img {
        float: none;
        width: 68%;
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }
}

@media screen and (min-width:1024px) {
    .history-page .panel-body {
        height: 81px;
    }
    .history-item-photo img {
        float: right;
        width: 10%;
    }
    .history-detail-photo img {
        float: right;
        width: 33%;
        margin-left: 10px;
    }
    
}

@media screen and (min-width:1200px) {
    .history-item-photo img {
        float: right;
        width: 10%;
    }
    .history-page .panel-body {
        height: 102px;
    }
    .history-detail-photo img {
        float: right;
        width: 33%;
        margin-left: 10px;
    }
}

/* News Page */
@media screen and (min-width:768px) {
    .news-detail-photo img {
        float: right;
        width: 42%;
        margin-left: 10px;
        margin-bottom: 0;
    }
}

@media screen and (min-width:1024px) {
    .news-detail-photo img {
        float: right;
        width: 42%;
        margin-left: 10px;
        margin-bottom: 0;
    }
}

@media screen and (min-width:1200px) {
    .news-detail-photo img {
        float: right;
        width: 42%;
        margin-left: 10px;
    }
}

/* Event Page */

@media screen and (min-width:1024px) {
    .event-page img {
        margin-bottom: 10px;
        float: right;
        margin-left: 10px;
    }
}

@media screen and (min-width:1200px) {
    .event-page img {
        margin-bottom: 10px;
        float: right;
        margin-left: 10px;
    }
}

/* Newsletter Page */
/* @media screen and (min-width:768px) {
    
}

@media screen and (min-width:1024px) {
    
}

@media screen and (min-width:1200px) {
    
} */

/* Ship's Crest Page */
@media screen and (min-width:768px) {
    .crest-photo img {
        width: 55%;
    }
}

@media screen and (min-width:1024px) {
    .crest-photo img {
        width: 40%;
    }
}

@media screen and (min-width:1200px) {
    .crest-photo img {
        width: 40%;
    }
}

/* Leadership Page */
@media screen and (min-width:768px) {
    .leadership-page .card {
        height: 389px;
    }
    .leadership-photo img {
        min-width: 18%;
        min-height: 100%;
    }
    .leadership-detail img {
        float: right;
        width: 39%;
        margin-left: 10px;
    }
    .leadership-photo {
        height: 200px;
    }
    .leadership-name h2 {
        font-size: 24px;
        color: #0a2232;
    }
}
@media screen and (min-width:1200px) {
    .leadership-page .card {
        height: 450px;
    }
    .leadership-photo img {
        min-width: 18%;
        min-height: 100%;
        object-fit: cover;
    }
    .leadership-photo {
        overflow: hidden;
        height: 200px;
    }
    
    .leadership-detail img {
        float: right;
    }
}

/* Leadership Page */
@media screen and (min-width:768px) {
    .photo-select {
        display: flex;
        margin-bottom: 26px;
    }
    .photo-select select {
        width: 40%;
        margin-top: 0;
    }
}

@media screen and (min-width:1024px) {
    
}

@media screen and (min-width:1200px) {
    .photo-select {
        display: flex;
        margin-bottom: 26px;
    }
    .photo-select select {
        width: 40%;
    }
}

/* Donate Page */
/* @media screen and (min-width:768px) {
   
}

@media screen and (min-width:1024px) {
    
}

@media screen and (min-width:1200px) {
    
} */

/* Project Page */
@media screen and (min-width:768px) {
    .project-detail-photo img {
        float: right;
        width: 42%;
        margin-left: 10px;
        margin-bottom: 0;
    }
    .project-detail-page .col-lg-12 {
        background: #eee;
        padding: 20px;
        margin: 0 0px;
    }
}

@media screen and (min-width:1024px) {
    .project-detail-photo img {
        float: right;
        width: 42%;
        margin-left: 10px;
        margin-bottom: 0;
    }
    .project-detail-page .col-lg-12 {
        background: #eee;
        padding: 20px;
        margin: 0 0px;
    }
}

@media screen and (min-width:1200px) {
    .project-detail-photo img {
        float: right;
        width: 42%;
        margin-left: 10px;
    }
    .project-detail-page .col-lg-12 {
        background: #eee;
        padding: 20px;
        margin: 0 0px;
    }
}

/* Our Sponsors Page */
@media screen and (min-width:768px) {
    .sponsor-level h2 {
        font-size: 19px;
    }
}

@media screen and (min-width:1024px) {
    
}

@media screen and (min-width:1200px) {
    .sponsor-page .col-lg-4 {
        margin-top: 0px;
    }
}
/* Create Member page */
@media screen and (min-width:768px) {
    .create-member .comp-org {
        margin-bottom: 23px;
    }
}
@media screen and (min-width:1200px) {
    .create-member .comp-org {
        margin-bottom: 8px;
    }
}

/* Dues payment History page */
@media screen and (min-width:768px) {
    .dues-history .top-row:after {
        width: 100%;
    }
}

@media screen and (min-width:1024px) {
    .dues-history .top-row:after {
        width: 100%;
    }
}

@media screen and (min-width:1200px) {
    .dues-history .top-row:after {
        width: 100%;
    }
}

/* Edit my info page */
@media screen and (min-width:768px) {
    .optional {
        font-size: 10px;
        margin-bottom: 15px;
    }
    .member-home .card {
        height: 150px;
    }
}

@media screen and (min-width:1024px) {
    .optional {
        margin-bottom: 0px;
    }
}

/* Reset Password Form page */
@media screen and (min-width: 768px) {
    .reset-pass-form form {
        width: 100%;
    }
}

@media screen and (min-width: 1024px) {
    .reset-pass-form form {
        width: 50%;
    }
}

@media screen and (min-width: 1200px) {
    .reset-pass-form form {
        width: 50%;
    }
}
