@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;1,200;1,300;1,400&display=swap');
body, html {
    font-family: 'Poppins', sans-serif;
    color: #777;
     
}
  /* hamburger color */
         
        .custom-toggler.navbar-toggler {
            border-color: #777;
        }

         
        .custom-toggler .navbar-toggler-icon {
            background-image: url(
"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(51,51,51, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
        }



div.topmargin {
    margin-top: 140px;
    margin-bottom: 30px;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #333;
}



navbar-default {
  background-color: rgba(248,248,248, 0.9);
}

.navbar-nav > li{
  padding-left:10px;
}

a.navbar-brand {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 22pt;
    font-weight: 200;
    color: #777;
}

a.nav-link {
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #666;
    font-size: 14pt;
    letter-spacing: 1px;   
}

a.nav-link:link {
  color: #777;
}

/* visited link */
a.nav-link:visited {
  color: #777;
}

/* mouse over link */
a.nav-link:hover {
   font-weight: 400;
    color:#333;
}

/* selected link */
a.nav-link:active {
  font-weight: 400;
    color:#333;
}

div.frontbio {
    font-size:16pt;
    margin-top: 40px;
    margin-bottom: 40px;
}

button.moreinfobtn {
    border: 1px solid #666;
    background-color: #fff;
     font-weight: 200;
    text-transform:uppercase;
    font-size: 13pt;
    padding: 10px;
  
 
}

section.frontsection {
    margin-top: 40px;
    text-align: center;
}

section.frontsection a {
   font-weight: 300;
color: #333;
    text-decoration: none;
}

.fronttitle {
   text-align: center;
     text-transform: uppercase;
  font-weight: 200;
    font-size: 24pt;
    margin-bottom: 30px;
    
}
div.frontshow  img {
    width: 100%;
    border: 1px solid #999;
}
div.frontshowname {
    margin-top: 10px;
    font-style: italic;
     
    font-weight: 200;
    color: #555;
    margin-bottom: 30px;
    font-size: 14pt;
    text-align: center;
}

div.toptitle {
    margin-top: 140px;
    margin-bottom: 40px;
    
}

div.paintthumb  {
    margin-bottom: 30px;

}

.paintthumb > a {
    display: block;
    /* 4:3 aspect ratio */
    padding-top: 98%;
    /* center align pt. 1 */
    position: relative;
}
.paintthumb > a > img {
    /* fit within container */
    max-width: 100%;
    max-height: 100%;
    /* center align pt. 2 */
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.fancybox__caption {
    text-align: center;
}

.cattitle {
      font-family: 'Poppins', sans-serif;
     text-transform: uppercase;
    font-weight: 200;
    color: #555;
    font-style: italic;
    font-size: 32pt;
    text-align: center;
  
}

.catlocation {

    text-align: center;
    font-size: 16pt;
  
}

.catdesc {

    text-align: left;
    font-size: 14pt;
  
}

.desccont {
    padding: 60px 0px;
  
    
}
.desctitle {
    font-family: 'Poppins', sans-serif;
     text-transform: uppercase;
  font-weight: 200;
    font-size: 21pt;
    text-align: left;
    margin-bottom: 20px;
  
}

.presscont {
    padding: 60px 0px;
    font-size: 12pt;
}

div.presscont a {
    color: #000;
    text-decoration: none;
}

div.presscont a:hover {
    color: #0000FF;
    text-decoration: none;
}

div.presscont .row {
    margin-bottom: 20px;
    
}

.presscont img {
    width: 100%;
}

.imgborder {
    border: 1px solid #999;
}



footer {
    color: #777;
    background-color: rgba(248,248,248, 0.9);
    text-align: right;
    font-size: 11pt;
    padding: 20px 0;
    
    
}

/* About page */

div.bio {
    font-size: 14pt;
}

#cv {
    margin-top: 40px;
}
#cv ul {
		list-style-type: none;	
		margin: 0;
		padding: 0;
}

#cv li {
	margin-bottom: 12px;	
}

#cv h2 {
    text-transform: uppercase;
  font-weight: 200;
  font-size: 21pt;
}

#news h2 {
     text-transform: uppercase;
  font-weight: 200;
  font-size: 21pt;
    
}

#news strong {
    font-weight: bold;
    color: #333;
}

#news img {
    width: 100%;
}

#news a {
    text-decoration: none;
}

.newscont {
    margin-bottom: 40px;
    font-size: 12pt;
}

#cv strong {
    font-weight: bold;
    color: #333;
}
#cv .col-md-4 {
	font-size: 14pt;
	
}

#cv .col-md-8 {
	margin-bottom: 40px;	
	line-height: 16pt;
}

#cv a {
    text-decoration: none !important;
}




  /* CHANGES */

@media screen and (min-width: 992px) {
    a.nav-link {
        font-size: 11pt;
    }
    div.frontbio {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    button.moreinfobtn {
        margin-top: 30px;
    }
    
     button.moreinfobtn a {
        text-decoration: none;
        color:#333;
    }

    section.frontsection {
    margin-top: 70px;
    margin-bottom: 60px;
    }
    
    .cattitle {
         font-size: 28pt;
        
    }
    .catlocation {
        font-size: 13pt;
    }
}