@import url('https://fonts.googleapis.com/css2?family=Monoton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime&display=swap');

html, body {
    font-family: 'Courier Prime', sans-serif; 
    font-size: 10px;
    line-height: 1.5;
    box-sizing: border-box;
    margin: 0;
    overflow-x: hidden;
    top: 0;
    left: 0;
}

a {
    text-decoration: none;
    color: #000066;
    font-size: 1rem;
}

a:hover{
    color: blue;
}

ul {
    list-style: none;
}

.navbar {
    background: white;
    padding: 15px;
    height: 10rem;
}
.navbar .navbar-brand a{
    padding: 1rem 0;
    display: block;
    text-decoration: none
}

.navbar-toggler {
    background-color: rgba(13, 0, 128, 0.623);
    border: none;
    padding: 20px 16px;
    outline: none;
}

.button {
    background-color: rgba(13, 0, 128, 0.623);
    border: none;
    color: white;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
}

.button1 {border-radius: 12px;}

.navbar-toggler span{
    display: block;
    width: 22px;
    height: 2px;
    border: 1px;
    background: white;
}

.navbar-toggler span + span{
    margin-top: 4px;
    width: 18px;
    margin-left: 4px;
}

.navbar-toggler span + span + span{
    width: 10px;
    margin-left: 10px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 2rem 1.2rem;
    font-size: 1.4rem;
    position: relative;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    border-top: 4px solid #000066;
}

.navbar-expand-lg .navbar-nav .nav-link:active {
    border-top: 4px solid #000066;
    color: #000066;
}

.navbar-nav button {
    padding: 15px 20px 10px 20px;
}

.navbar-nav .btn{
    background-color: #000066;
    color: white;
    border-radius: 0;
    padding: 0;
    font-size: 1.2rem;
    margin-top: -10px;
}

.navbar-nav .btn:hover{
    background-color: blue;
}

.navbar-nav li a {
    white-space: nowrap;
    background-color: white;
}

.navbar .nav-item:hover .dropdown-menu { 
    display: block; 
}

.slider1 {

    width: 100%;
    height: 100%;
    background-image: url('./images/wallpaper.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
    background-attachment: fixed;
    display:table;
    box-sizing: border-box;
}

.slider2 {

    width: 100%;
    height: 100%;
    background-color: white;
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
    background-attachment: fixed;
}

.title{

    width: 70%;
    margin: 0 auto;
    padding-top: 150px;
    padding-bottom: 60px;
}

.title >p{
    text-align: center;
    font-family: 'Courier Prime', sans-serif;
    padding-top: 20px;
    font-size: 32px;
    color: black;

}

.subtitle{
    width: 60%;
    margin: 0 auto;
    padding-bottom: 22px;
}

.subtitle > p{
    text-align: center;
    font-family: 'Courier Prime', sans-serif;
    font-size: 15px;
    color:black;

}
.main{

    width: 100%;
    margin: 0 auto;
    padding: 40px 25px;
}

.main-title{
    width: 100%;
    margin: 0 auto;
    padding-bottom: 10px;
}
.main-title >h1{
    font-family: 'Courier Prime', sans-serif;
    color: black;

}

.main-text{
     width: 100%;
     margin: 0 auto;
}

.main-text > p{
    font-family: 'Courier Prime', sans-serif;
    line-height: 20px;
    font-size: 13px;
    text-align: justify;
}

.line {
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 1em;
    height: 100px;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(white,black,white) 10 stretch;
}

.line > p {
    text-align: center;
    font-family: 'Courier Prime', sans-serif; 
    font-size: 13px;

}

.footer{
    width: 100%;
    margin: 0 auto;
    padding: 10px 10px;
    overflow: hidden;
    background-color: #6b6969e0;
    display: flex;
    align-items: center;
}

.copyright{
    width: 85%;
    float:left
}

.copyright > p{

    font-family: 'Courier Prime', sans-serif;
    font-size: 1rem;
    color: white;
} 

.social{
    width: 15%;
    float:right;
    display: flex;
    align-items: center;
    text-align: center;
}

.social > p{
    margin-right: 10px;
    font-family: 'Courier Prime', sans-serif;
    font-size: 0.8rem;
    color: white;
    vertical-align: middle;

}

.fab{
    font-size: 30px;
    color: #000066;
    margin-right: 5px;
    margin-left: 5px;
}


 
.melo {
    width: 50%;
    height: auto;
    }


.column{
    display: table-cell;
    padding: 10px;
    width: 33%;
    text-align: center;
    vertical-align: middle;
}

.column1{
    display: table-cell;
    padding: 10px;
    width: 33%;
    text-align: center;
    vertical-align: middle;
}

.column > h1 {
    padding-top: 40px;
}

.row{
    margin: 10px 0;
}

.column3{
    float: left;
    width: 33%;
    padding: 5px;
    vertical-align: middle;
    align-items: center;
}

.row3{
    clear: both;
    display: table;
}


.melo3 {
    padding-left: 8px;
    width: 100%;
    height: auto;
}

.button2 {
    background-color: rgba(13, 0, 128, 0.623);
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    margin: 2px 2px;
    padding: 15px 20px 10px 20px;
}

.button3 {border-radius: 12px;}

.center {margin: 0 auto;}

/* .story-image {
    position: inherit;
    margin-left: 58px;
    margin-bottom: 4px;
    float: left;
    overflow: hidden;
    width: 320px;
    height: 200px;}
.story-text {
    width: 500px;
    line-height: 100px;
    height:100px;
    float: left;}
.story-text h1 {
    padding-left:8px;
    padding-top: 20px;
    vertical-align: middle;
    text-align: center;}

.story-text h3 {
    
    text-align: center;}


.story-image-right {
    position: inherit;
    margin-left: 58px;
    margin-bottom: 4px;
    float: right;
    overflow: hidden;
    width: 320px;
    height: 200px;}
.story-text-right {
    width: 500px;
    line-height: 100px;
    height:100px;
    float:left;}
.story-text-right h1 {
    padding-left:8px;
    padding-top: 20px;
    vertical-align: middle;
    text-align: center;}
        
.story-text-right h3 {
            
    text-align: center;}
 */


@media screen and (min-width: 992px) {
    .logo {
        width: 100%;
        max-height: 70px;
        min-width: 140px;
    }  

    ul.navbar-nav.ml-auto {
    margin-left: 0 !important;
    }
}

@media screen and (min-width: 577px) and (max-width: 991px) {
    .logo {
        width: 150px;
    }  
}

@media screen and (max-width: 576px) {

.logo {
    width: 130px;
}

.navbar {height: 8rem; 
         padding: 10px 15px;
         min-width: 224px;
     }

.navbar-brand {
    height: 62px; 
}
.navbar-toggle {
    margin-top: 25px;
}
.social {
   flex-direction: column;
   align-items: center;}
  
.social-icons {
    display: flex;
    margin-bottom: 20px;
}
.social > p{
    margin-top: 15px;
    margin-right: 5px;}
  
.copyright{
    width: 85%;
    float:left;
    align-items: center;
    vertical-align: middle;}


.column{
    width: 45%;
    display: block;
    margin: 10px 0;
    box-sizing: border-box;
}

.row{
    margin: 0;
}

.column > h1 {
    padding-top: 0px;
    font-size: 15px
}

.column > h3 {
    padding-top: 0px;
    font-size: 12px
}

.column1{
    width: 0;
}
	
.button2 {
    font-size: 12px
	margin: 2px 2px;
    padding: 8px 15px 8px 15px;
}

}

