@charset "utf-8";


/*All da stuff boys and girls*/

/* text formating stuff */

.top-2rem {
  top: 2rem;

}

.justify-text {
  text-align: justify;
  text-justify: inter-word;
  text-align-last: left;
  /* padding-right: 50%;
  margin-right: -50%; */
}

u {
  text-decoration-color: red;
}

.no-bullet {
  list-style: none;
}


/* Image widths */


.head-shot-15rem  {
  width: 15rem;
}

.head-shot-10rem  {
  width: 15rem;
}

.pic-width-500px {
  width: 500px
}

.pic-width-1024px {
 max-width: 1024px;
}

.pic-width-300px {
  width: 300px
}

.pic-width-500px {
  width: 500px
}

.pic-width-500px {
  width: 500px
}


.pic-width-500px {
  width: 500px
}


/* Border styles  */

/* Border styles 1 left and bottom */

.border-style-1-l-b {
  border-left: 3px solid red;
  border-bottom: 3px solid red;
}


/* Text format section start------------ */
/*Media Quieres section*/



@media only screen and (max-width: 380px) and (min-width: 200px){

  /* header fonts */
  h1 {font-family: 'Times New Roman' , serif;
    font-weight: 500;
       font-size: 1.55rem;
       text-align: center;
	  letter-spacing: 2px;;
       }
       
   h2 {font-family: 'Futura PT Bold', sans-serif;
       font-weight: 500;
       font-size: 1.23rem;
       text-align: center;
	   letter-spacing: 2px;
       }
   
   h3 {font-family: 'Futura PT Medium', sans-serif;
       font-weight: 500;
       font-size: 0.98rem;
       text-align: center;
	   letter-spacing: 2px;
   
       } 
   
   h4 {font-family: 'Futura PT Demi', sans-serif;
       font-weight: 500;
       font-size: 0.74rem;
       text-align: center;
	   letter-spacing: 2px;
   
       }
   h5 {font-family: 'Futura PT Book', sans-serif;
       font-weight: 500;
       font-size: 0.66rem;
	   letter-spacing: 2px;
;
       }
           
   h6 {font-family: 'Futura PT Book'sans-serif;
       font-weight: 500;
       font-size: 0.58rem;
	   letter-spacing: 2px;
;
       } 
   p {
       line-height: 1.75rem;
       margin-bottom: 0.58rem;
	   letter-spacing: 2px;

   }
}

/*White text___________________________________________*/



/*__________________________________________--*/


@media only screen and (max-width: 749px) and (min-width: 381px){

   /* header fonts */
   h1 {font-family: 'Times New Roman', serif;
    font-weight: 500;
        font-size: 2.55rem;
	   letter-spacing: 2px;
;
        /* text-align: center; */
        }
        
    h2 {font-family: 'Futura PT Bold', sans-serif;
        font-weight: 500;
        font-size: 1.64rem;
		letter-spacing: 2px;
        /* text-align: center; */
        }
    
    h3 {font-family: 'Futura PT Medium', sans-serif;
        font-weight: 500;
        font-size: 1.37rem;
		letter-spacing: 2px;
        /* text-align: center; */
		
        } 
    
    h4 {font-family: 'Futura PT Demi', sans-serif;
        font-weight: 500;
        font-size: 1.09rem;
		letter-spacing: 2px;
        /* text-align: center; */
		
        }
    h5 {font-family: 'Futura PT Book', sans-serif;
        font-weight: 500;
        font-size: 0.82rem;
		letter-spacing: 2px;
		color: #041e41;
        }
            
    h6 {font-family: 'Futura PT Book'sans-serif;
        font-weight: 500;
        font-size: 0.73rem;
		letter-spacing: 2px;
        } 
    p {
        line-height: 1.75rem;
        margin-bottom: 0.64rem;
		letter-spacing: 1.5px;
    }
}


@media only screen and (min-width: 750px) {

   /* header fonts */
   h1 {font-family: 'Times New Roman' , serif;
    font-weight: 500;
        font-size: 2.04rem;
	   letter-spacing: 2px;

        /* text-align: center; */
        }
        
    h2 {font-family: 'Futura PT Bold' sans-serif;
        font-weight: 500;
        font-size: 1.82rem;
		letter-spacing: 2px;
		
        /* text-align: center; */
        }
    
    h3 {font-family: 'Futura PT Medium', sans-serif;
        font-weight: 500;
        font-size: 1.52rem;
		letter-spacing: 2px;
        /* text-align: center; */
		
        } 
    
    h4 {font-family: 'Futura PT Demi', sans-serif;
        font-weight: 500;
        font-size: 1.22rem;
		letter-spacing: 2px;
        /* text-align: center; */
		
        }
    h5 {font-family: 'Futura PT Book', sans-serif;
        font-weight: 500;
        font-size: 0.91rem;
		letter-spacing: 2px;
        }
            
    h6 {font-family: 'Futura PT Light', sans-serif;
        font-weight: 500;
        font-size: 0.81rem;
		letter-spacing: 2px;
        } 
    p {font-family: "Futura PT Light" , sans-serif;
        line-height: 1.75rem;
        margin-bottom: 0.71rem;
		letter-spacing: 2px;
		
	}
}





/*Blog CSS Start---------------------------------------*/

 
      .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        /* webkit-user-select: none;
        moz-user-select: none; */
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }

      .b-example-divider {
        height: 3rem;
        background-color: rgba(0, 0, 0, .1);
        border: solid rgba(0, 0, 0, .15);
        border-width: 1px 0;
        box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
      }

      .b-example-vr {
        flex-shrink: 0;
        width: 1.5rem;
        height: 100vh;
      }

      .bi {
        vertical-align: -.125em;
        fill: currentColor;
      }


/* stylelint-disable selector-list-comma-newline-after */

.blog-header {
  border-bottom: 1px solid #000000;
}

.blog-header-logo {
  font-family: "Garamond";
  font-size: 2.25rem;
}

.blog-header-logo:hover {
  text-decoration: display;
}



.display-4 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .display-4 {
    font-size: 3rem;
  }
}

.flex-auto {
  flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}

/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}
.blog-post-title {
  font-size: 2.5rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #727272;
}

/*
 * Footer
 */





.blog-footer {
  padding: 2.5rem 0;
  color: #727272;
  text-align: center;
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}


/* Full width tabs start CSS ---------------------------- */

* {box-sizing: border-box}

/* Set height of body and the document to 100% */
body, html {
  height: 100%;
  margin: 0;
  font-family: Arial;
}

/* Style tab links */
.tablink {
  background-color: #555;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 33%;
}

.tablink:hover {
  background-color: #777;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: rgb(0.33.71);
  display: none;
  padding: 100px 20px;
  height: 100%;
}

#Home {background-color: white;}
#News {background-color: white;}
#Contact {background-color: white;}
#About {background-color: white;}


  /* End Full width Tabs ------------------------------------------ */


/*Landing Page updated FeaterX -----------------------------------------*/


/*@media only screen and (min-width: 780px)*/
section#showcase-links {
    width: 96%;
    left: 2%;
    margin-top: -58px;
}

section#showcase-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 2;
}
div, article, section, header, footer, nav, figure, li {
    position: relative;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}
/*user agent stylesheet*/

	section {
    display: block;
}
	
/*	@media only screen and (min-width: 780px)*/
		
/*non-standard fonts -------------------------------------------------*/

/* Start Future Bold White  */

.display-1-Futura-Bold-white {font-family: 'Futura PT Bold', sans-serif;
       font-weight: 500;
       font-size: 5.0rem;
       text-align: center;
	   letter-spacing: 2px;
	   color: #FFFFFF;
}

.display-2-Futura-Bold-white  {font-family: 'Futura PT Bold', sans-serif;
       font-weight: 500;
       font-size: 4.5rem;
       text-align: center;
	   letter-spacing: 2px;

		   color: #FFFFFF;

}

.display-3-Futura-Bold-white {font-family: 'Futura PT Bold', sans-serif;
       font-weight: 500;
       font-size: 4.0rem;
       text-align: center;
		   letter-spacing: 2px;

		   color: #FFFFFF;

}

.display-4-Futura-Bold-white {font-family: 'Futura PT Bold', sans-serif;
       font-weight: 500;
       font-size: 3.5rem;
       text-align: center;
		   letter-spacing: 2px;

		   color: #FFFFFF;

}

.display-5-Futura-Bold-white {font-family: 'Futura PT Bold', sans-serif;
       font-weight: 500;
       font-size: 3.0rem;
       text-align: center;
		   letter-spacing: 2px;

		   color: #FFFFFF;

}

.display-6-Futura-Bold-white {font-family: 'Futura PT Bold', sans-serif;
       font-weight: 500;
       font-size: 2.5rem;
       text-align: center;
		   letter-spacing: 2px;
;
		   color: #FFFFFF;

}

/* End Futura Bold White __________________________________________*/

/* Start Futura std White---------------------------------- */


.display-1-Futura-standard-white {font-family: 'Futura PT Bold', sans-serif;
  font-weight: 300;
  font-size: 5.0rem;
  text-align: center;
letter-spacing: 2px;
color: #FFFFFF;
}

.display-2-Futura-standard-white  {font-family: 'Futura PT Bold', sans-serif;
  font-weight: 300;
  font-size: 4.5rem;
  text-align: center;
letter-spacing: 10px;

  color: #FFFFFF;

}

.display-3-Futura-standard-white {font-family: 'Futura PT Bold', sans-serif;
  font-weight: 300;
  font-size: 4.0rem;
  text-align: center;
  letter-spacing: 2px;

  color: #FFFFFF;

}

.display-4-Futura-standard-white {font-family: 'Futura PT Bold', sans-serif;
  font-weight: 300;
  font-size: 3.5rem;
  text-align: center;
  letter-spacing: 2px;

  color: #FFFFFF;

}

.display-5-Futura-standard-white {font-family: 'Futura PT Bold', sans-serif;
  font-weight: 300;
  font-size: 3.0rem;
  text-align: center;
  letter-spacing: 2px;

  color: #FFFFFF;

}

.display-6-Futura-standard-white {font-family: 'Futura PT Bold', sans-serif;
  font-weight: 300;
  font-size: 2.5rem;
  text-align: center;
  letter-spacing: 2px;
;
  color: #FFFFFF;

}

/* End Futura std White ___________________________________________ */

/* * Start Futura std Dark Blue ------------------------------- */



.display-1-Futura-standard-DK-Blue {font-family: 'Futura PT Bold', sans-serif;
  font-weight: 300;
  font-size: 5.0rem;
  text-align: center;
letter-spacing: 2px;
  color: #041e41;

}

.display-2-Futura-standard-DK-Blue  {font-family: 'Futura PT Bold', sans-serif;
  font-weight: 300;
  font-size: 4.5rem;
  text-align: center;
letter-spacing: 10px;

    color: #041e41;


}

.display-3-Futura-standard-DK-Blue {font-family: 'Futura PT Bold', sans-serif;
  font-weight: 300;
  font-size: 4.0rem;
  text-align: center;
  letter-spacing: 2px;

    color: #041e41;


}

.display-4-Futura-standard-DK-Blue {font-family: 'Futura PT Bold', sans-serif;
  font-weight: 300;
  font-size: 3.5rem;
  text-align: center;
  letter-spacing: 2px;

    color: #041e41;


}

.display-5-Futura-standard-DK-Blue {font-family: 'Futura PT Bold', sans-serif;
  font-weight: 300;
  font-size: 3.0rem;
  text-align: center;
  letter-spacing: 2px;

    color: #041e41;


}

.display-6-Futura-standard-DK-Blue {font-family: 'Futura PT Bold', sans-serif;
  font-weight: 300;
  font-size: 2.5rem;
  text-align: center;
  letter-spacing: 2px;
;
    color: #041e41;


}

/* * End Futura standard Dark Blue ______________________________________ */

/* * Start Futura Bold Dark Blue --------------------------- */



.display-1-Futura-Bold-DK-Blue {font-family: 'Futura PT Bold', sans-serif;
  font-weight: 500;
  font-size: 5.0rem;
  text-align: center;
  letter-spacing: 2px;
  color: #041e41;
}

.display-2-Futura-Bold-DK-Blue  {font-family: 'Futura PT Bold', sans-serif;
  font-weight: 500;
  font-size: 4.5rem;
  text-align: center;
  letter-spacing: 10px;
  color: #041e41;
}

.display-3-Futura-Bold-DK-Blue {font-family: 'Futura PT Bold', sans-serif;
  font-weight: 500;
  font-size: 4.0rem;
  text-align: center;
  letter-spacing: 2px;
  color: #041e41;
}

.display-4-Futura-Bold-DK-Blue {font-family: 'Futura PT Bold', sans-serif;
  font-weight: 500;
  font-size: 3.5rem;
  text-align: center;
  letter-spacing: 2px;
  color: #041e41;
}

.display-5-Futura-Bold-DK-Blue {font-family: 'Futura PT Bold', sans-serif;
  font-weight: 500;
  font-size: 3.0rem;
  text-align: center;
  letter-spacing: 2px;
  color: #041e41;
}

.display-6-Futura-Bold-DK-Blue {font-family: 'Futura PT Bold', sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  text-align: center;
  letter-spacing: 2px;
  color: #041e41;
}


/*Futura Display sizes color Green (success) -----------------------------------------------*/

.display-1-Futura-Bold-Green {font-family: 'Futura PT Bold', sans-serif;
  font-weight: 500;
  font-size: 5.0rem;
  text-align: center;	   
letter-spacing: 2px;

color: #198754;
}

.display-2-Futura-Bold-Green  {font-family: 'Futura PT Bold', sans-serif;
  font-weight: 500;
  font-size: 4.5rem;
  text-align: center;
  letter-spacing: 2px;

  color: #198754;

}

.display-3-Futura-Bold-Green {font-family: 'Futura PT Bold', sans-serif;
  font-weight: 500;
  font-size: 4.0rem;
  text-align: center;
letter-spacing: 2px;

  color: #198754;

}

.display-4-Futura-Bold-Green {font-family: 'Futura PT Bold', sans-serif;
  font-weight: 500;
  font-size: 3.5rem;
  text-align: center;
  letter-spacing: 2px;
  color: #198754;

}

.display-5-Futura-Bold-Green {font-family: 'Futura PT Bold', sans-serif;
  font-weight: 500;
  font-size: 3.0rem;
  text-align: center;
  letter-spacing: 2px;
  color: #198754;

}

.display-6-Futura-Bold-Green {font-family: 'Futura PT Bold', sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  text-align: center;
  letter-spacing: 2px;
  color: #198754;

}





/*Garamond Font Display sizes --------------------------------------------------*/


.display-1-Garmond-Bold-white {font-family: 'Garamond', sans-serif;
       font-weight: 500;
       font-size: 5.0rem;
       text-align: center;
	   letter-spacing: 2px;
	   color: #ffffff;
}

.display-2-Garamond-Bold-white  {font-family: 'Garamond' , sans-serif;
       font-weight: 500;
       font-size: 4.5rem;
       text-align: center;
	   letter-spacing: 2px;
		   color: #ffffff;

}

.display-3-Garamond-Bold-white {font-family: 'Garamond' , sans-serif;
       font-weight: 500;
       font-size: 4.0rem;
       text-align: center;
	   letter-spacing: 2px;
		   color: #ffffff;

}

.display-4-Garamond-Bold-white {font-family: 'Garamond' , sans-serif;
       font-weight: 500;
       font-size: 3.5rem;
       text-align: center;
	   letter-spacing: 2px;
		   color: #ffffff;

}

.display-5-Garamond-Bold-white {font-family: 'Garamond' , sans-serif;
       font-weight: 500;
       font-size: 3.0rem;
       text-align: center;
	   letter-spacing: 2px;
		   color: #ffffff;

}

.display-6-Garamond-Bold-white {font-family: 'Garamond' , sans-serif;
       font-weight: 500;
       font-size: 2.5rem;
	   letter-spacing: 2px;
       text-align: center;
		   color: #ffffff;
}

/*Garmond Black Display sizes ----------------------------------------*/

.display-1-Garmond-Bold-Dk-Blue {font-family: 'Garamond', sans-serif;
       font-weight: 500;
       font-size: 5.0rem;
       text-align: center;
	   letter-spacing: 2px;
	   color: #041e41;
}

.display-2-Garamond-Bold-Dk-Blue  {font-family: 'Garamond' , sans-serif;
       font-weight: 500;
       font-size: 4.5rem;
       text-align: center;
	   letter-spacing: 2px;
		   color: #041e41;

}

.display-3-Garamond-Bold-Dk-Blue {font-family: 'Garamond' , sans-serif;
       font-weight: 500;
       font-size: 4.0rem;
       text-align: center;
	   letter-spacing: 2px;
		   color: #041e41;

}

.display-4-Garamond-Bold-Dk-Blue {font-family: 'Garamond' , sans-serif;
       font-weight: 500;
       font-size: 3.5rem;
       text-align: center;
	   letter-spacing: 2px;
		   color: #041e41;

}

.display-5-Garamond-Bold-Dk-Blue {font-family: 'Garamond' , sans-serif;
       font-weight: 500;
       font-size: 3.0rem;
       text-align: center;
	   letter-spacing: 2px;
		   color: #041e41;

}

.display-6-Garamond-Bold-Dk-Blue {font-family: 'Garamond' , sans-serif;
       font-weight: 500;
       font-size: 2.5rem;
	   letter-spacing: 2px;
       text-align: center;
		   color: #041e41;

}

/* buttons --------------------------------------- */

.btn-outline-danger {
  border-width: 3px;
}


/* non-Standard colours  --------------------------------------------*/


.text-red {
  color: red;
}

.bg-Blog-pink {
  color: #ffcfb3;
}

.bg-light-grey-1 {
	color: #EBE8E5;
}

.bg-light-pumpkin {
	color: #B96F0B;
}

.bg-grey-3	{
	color: #7E7777;
}


.text-DK-Green-1 {
  color: #198754;
}

.text-Light-green-1 {
	color: #1ACB97;
}

.text-DK-Blue-1 {
	color: #041e41;
}

.bg-ProBlue {
	background-color: #041e41;
}

.bg-ProBlue-2 {
	background-color: #041e41;
}

.btn-dk-blue {
	color: #041e41;
}

/* End of custom colours ------------------------------------------- */

/* Start of forms CSS ----------------------- */

.form-field-container {
  background-color: rgb(242, 243, 248);
  padding: 1rem;
}

/* End of forms CSS _____________________________ */


/* Newsletter section  */
/* 
.newspaper-image {
  background-image: url('images/newspaper.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
} */

.letter-spacing-2px {
  letter-spacing: 2px;
}

.letter-spacing-4px {
  letter-spacing: 4px;
}

.newspaper-image {
  height: 100%;
  background-image: url('images/newspaper.jpg');
  background-size: cover;
  background-position: center;
  padding: 30px;
}


/* Start of Parallax stuff -------------------------------------- */

.parallax-window {
  min-height: 500px;
  background: transparent;
}

/* End of Parallax stuff ________________________________________________ */


/* button stuff  */





/* Chat GPT navbar stuff --------------------- */


/* Navbar stuff */

/* Navbar branding */

/* Navbar */
/* Navbar stuff */

/* Navbar branding */

/* Navbar */

.logo-ProtopianBusiness {
  width: 300px;
}

@media (max-width: 768px) {
  .logo-ProtopianBusiness {
    width: 250px;
  }
}

@media (max-width: 469px) {
  .logo-ProtopianBusiness {
    width: 250px;
  }
}

@media (max-width: 991px) {
  .navbar-nav {
    margin-top: 10px;
  }
}

.navbar-toggler {
  position: relative;
}

.navbar-nav .nav-link {
  color: white;
}

.navbar-nav .nav-link:hover {
  color: white;
}

.navbar-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.navbar-nav .nav-link {
  padding-right: 15px;
  padding-left: 15px;
}



/* Fixing the issue with the navbar going beyond the screen width */

#navbar {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9999;
  transition: top 0.5s;
}

#navbar ul {
  margin-right: 0;
}

#navbar .container-fluid {
  padding: 0 !important;

}

.img-landingpage-lg {
  padding-top: 130px; 
}

.img-landingpage-sm {
  padding-top: 115px; 
}



/* Modal css ------------------ */

/* footer css */


.footer-youtube-logo {
  max-width: 150px;
}

.footer-linkedin-logo {
  max-width: 150px;
}


.text-decoration-none {
  text-decoration: none;
}

.border-red {
  border: 2px solid red;
}

/* Newspaper style Blog posts----- */

body{
  font-family: 'Droid Serif', serif;
  font-size: 14px;
  color: #2f2f2f;
  background-color: #f9f7f1;
}
header{
  font-family: 'Financier', serif;
  font-weight: 900;
  font-size: 80px;
  /* text-transform: uppercase; */
  display: inline-block;
  line-height: 72px;
  margin-bottom: 20px;
  padding-top: 50px;

}
p{
  margin-top: 0;
  margin-bottom: 20px;
}
.head{
  text-align: center;
  position: relative;


}

.headerobjectswrapper{
}

.subhead{
  text-transform: uppercase;
  border-bottom: 2px solid #2f2f2f;
  border-top: 2px solid #2f2f2f;
  padding: 12px 0 12px 0;

}

.subhead2{
  /* text-transform: uppercase; */
  border-bottom: 2px solid #2f2f2f;
  border-top: 2px solid #2f2f2f;
  padding: 12px 0 12px 0;

}

.weatherforcastbox{
  position: relative;
  width: 12%;
  left: 10px;
  border: 3px double #2f2f2f;
  padding: 10px 15px 10px 15px;
  line-height: 20px;
  display: inline-block;
  margin: 0 50px 20px -360px;
}
.content{
  font-size: 0;
  line-height: 0;
  word-spacing: -.31em;
  display: inline-block;
  margin: 30px 2% 0 2%;


}
.collumns{

}

.collumn{
  font-size: 14px;
  line-height: 20px;
  width: 17.5%;
  display: inline-block;
  padding: 0 1% 0 1%;
  vertical-align: top;
  margin-bottom: 50px;
  transition: all .7s;
}
.collumn + .collumn { 
border-left: 1px solid #2f2f2f;
}
.collumn .headline{
  text-align: center;
  line-height: normal;
  font-family: 'Playfair Display', serif;
  display: block;
  margin: 0 auto;


}
.collumn .headline.hl1{
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  padding: 10px 0 10px 0;

}

.collumn .headline.hl2{
  font-weight: 400;
  font-style: italic;
  font-size: 24px;
  box-sizing: border-box;
  padding: 10px 0 10px 0;
}

.collumn .headline.hl2:before{
  border-top: 1px solid #2f2f2f;
  content: '';
  width: 100px;
  height: 7px;
  display: block;
  margin: 0 auto;
}
.collumn .headline.hl2:after{
  border-bottom: 1px solid #2f2f2f;
  content: '';
  width: 100px;
  height: 13px;
  display: block;
  margin: 0 auto;

}

.collumn .headline.hl3{
  font-weight: 400;
  font-style: italic;
  font-size: 36px;
  box-sizing: border-box;
  padding: 10px 0 10px 0;
}
.collumn .headline.hl4{
  font-weight: 700;
  font-size: 12px;
  box-sizing: border-box;
  padding: 10px 0 10px 0;
}
.collumn .headline.hl4:before{
  border-top: 1px solid #2f2f2f;
  content: '';
  width: 100px;
  height: 7px;
  display: block;
  margin: 0 auto;
}
.collumn .headline.hl4:after{
  border-bottom: 1px solid #2f2f2f;
  content: '';
  width: 100px;
  height: 10px;
  display: block;
  margin: 0 auto;

}

.collumn .headline.hl5{
  font-weight: 400;
  font-size: 42px;
  text-transform: uppercase;
  font-style: italic;
  box-sizing: border-box;
  padding: 10px 0 10px 0;
}
.collumn .headline.hl6{
  font-weight: 400;
  font-size: 18px;
  box-sizing: border-box;
  padding: 10px 0 10px 0;
}
.collumn .headline.hl6:before{
  border-top: 1px solid #2f2f2f;
  content: '';
  width: 100px;
  height: 7px;
  display: block;
  margin: 0 auto;
}
.collumn .headline.hl6:after{
  border-bottom: 1px solid #2f2f2f;
  content: '';
  width: 100px;
  height: 10px;
  display: block;
  margin: 0 auto;

}
.collumn .headline.hl7{
  font-weight: 700;
  font-size: 12px;
  box-sizing: border-box;
  display: block;
  padding: 10px 0 10px 0;
}
.collumn .headline.hl8{
  font-weight: 700;
  font-size: 12px;
  box-sizing: border-box;
  padding: 10px 0 10px 0;
}
.collumn .headline.hl9{
  font-weight: 700;
  font-size: 12px;
  box-sizing: border-box;
  padding: 10px 0 10px 0;
}
.collumn .headline.hl10{
  font-weight: 700;
  font-size: 12px;
  box-sizing: border-box;
  padding: 10px 0 10px 0;
}
.collumn .citation{
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  line-height: 44px;
  /*font-style: italic;*/
  text-align: center;
  font-weight: 400;
  display: block;
  margin: 40px 0 40px 0;
  font-feature-settings: "liga", "dlig";

}
.collumn .citation:before{
  border-top: 1px solid #2f2f2f;
  content: '';
  width: 100px;
  height: 16px;
  display: block;
  margin: 0 auto;
}
.collumn .citation:after{
  border-bottom: 1px solid #2f2f2f;
  content: '';
  width: 100px;
  height: 16px;
  display: block;
  margin: 0 auto;
}
.collumn .figure {
  margin: 0 0 20px;
}
.collumn .figcaption{
font-style: italic;
font-size: 12px;
}
.media {
  -webkit-filter: sepia(80%) contrast(1) opacity(0.8);
  filter: sepia(80%) grayscale(1) contrast(1) opacity(0.8);
  mix-blend-mode: multiply;
  width: 100%;
}
/*________________________________________________________________________________________________________________________________*/
/*MEDIAQUERIES*/
@media only all and (max-width: 1300px) {
  .weatherforcastbox{
      display: none;
  }

}
@media only all and (max-width: 1200px) {
  .collumn{
      width: 31%;
  }

}
  @media only all and (max-width: 900px) {
  .collumn{
      width: 47%;
  }

}
@media only all and (max-width: 600px) {
  .collumn{
      width: 100%;
  }
.collumn + .collumn {
      border-left: none;
      border-bottom: 1px solid #2f2f2f;
}
  header{
      max-width: 320px;
      font-size: 60px;
      line-height: 54px;
      overflow: hidden;
  }

}

/* Mailchimp @media size adjustments ----- */

/* Small devices (landscape phones, less than 576px) */
@media (max-width: 575.98px) {
  #mc_embed_signup {
    width: 100%;
  }
}

/* Medium devices (tablets, less than 768px) */
@media (max-width: 767.98px) {
  #mc_embed_signup {
    width: 80%;
  }
}

/* Large devices (desktops, less than 992px) */
@media (max-width: 991.98px) {
  #mc_embed_signup {
    width: 60%;
  }
}

/* Extra large devices (large desktops) */
@media (min-width: 1200px) {
  #mc_embed_signup {
    width: 450px;
  }
}

@media only screen and (max-width: 576px) {
  #mc_embed_signup {
    width: 300px !important;
  }
}


#mc_embed_signup .button {
  background-color: #ff0000 !important;
  border-color: #ff0000;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.5;
  display: block;
  margin: 0 auto;
}



