@import url('https://fonts.googleapis.com/css?family=Source+Code+Pro&display=swap');

body{
    font-family: 'Source Code Pro', monospace;
    font-size: 22pt;
    text-align: center;
}

a {
    font-style: none;
    font-weight: 600;
    color: #26469D;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #1893CF;
}


h1{
    font-family: 'NotCourierSans', monospace;
    font-weight: bold;
    font-size: 55pt;
    color: #8B0085;
}

h2{
    font-size: 35pt;
}

ul{
    list-style: none;
}


.btn-lg{
    background-color: #FFA0CB;
    font-size: 24pt;
    border-radius: 30px;
    font-weight: 700;
    color: #E600A2;
    font-family: 'NotCourierSans', monospace;
    margin: 15px 0;
}

.btn-lg:hover{
    background-color: #E600A2;
    color:#FFA0CB;
}

.details{
    margin:3% 8%;
}

.content {
    margin: 0 10%;
}

#logoACM{
    visibility: visible;
}

#logoACM.hideLogo{
    visibility: hidden;
}

nav {
    background-color: rgba(255,255,255,0.8);
    z-index: 1000;
}

.navbar {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    padding: 0 0 20px ;
    border: none;
}

.navbar-header{
    display: block;
    width:100%;
}

.navbar-brand {
    float: none;
    text-align: center;
    padding: 0;
    height:auto !important;
}

.navbar img{
    margin:15px 0;
    display: inline;
    max-width: 150px;
}

.logo {
    transition: ease 0.5s;
}

.logo .hideLogo {
    visibility: hidden;
}

.logo .appear{
    visibility: visible;
    
    display:block;
    position: relative;
    width: 150px;
    left: 10%;
    right: auto;
}

.navList{
    font-size: 20pt;
    font-weight: 500;
    list-style-type: none;
    padding-left: 0;
    margin: 0 auto;
}

.navItem{
    display: inline !important;
    padding: 0 25px;
}

.navItem a{
    color:#E600A2;
    display: inline !important;
    padding: 0;
}

.navItem a:hover{
    background: none !important;
    color:#F59BA3;
    text-decoration: none;
}

.navItem .active{
    color:#26469D;
    text-decoration: none;
}

.container{
    padding:50px 0;
}

img {
    width: 75%;
}

.footer{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin:2.5% 0;
}

.footer ul{
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right:25px;
    clear: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.footer li a img{
    width:auto;
    width: 75px;
    height: 75px;
    margin: 0 10px;
}


#logoACM{
    width: 100%;
    margin:10% 0;
}

.navbar-toggle{
    background-color: white;
    margin:0 !important;
}

#navbutton span {
    background-color: #F59BA3;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 600px) {
    body{
        font-size: 13pt;
        overflow-x: hidden;
    }

    h1 {
        font-size: 150%;
        width:100%;
        padding: 5%;
    }

    h2 {
        font-size: 20pt;
    }

    .navbar-header {
        display: grid;
        justify-content: center;
        align-items: center;
        width:100%;
        margin: 0 !important;
    }

    #navbutton {
        color:#FFA0CB;
    }

    .navItem {
        display: block !important;
        padding: 0;
    }

    .navbar li {
        margin: 2px 0;
    }

    .navbar li a {
        padding: 0;
    }

    .btn-lg{
        font-size: 100%;
        margin: 15px 0;
        max-width:100%;
        white-space: normal;
    }

    .footer ul{
        padding-right: 0px;
    }

    .footer li a img{
        height: auto;
        max-width: 50px;
    }

    .container{
        padding:25px 0;
    }

    ul {
        padding-left:0;
    }

    li{
        padding-bottom: 10px;
    }

  }
