@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: 'junegullregular';
    src: url('junegull-webfont.woff2') format('woff2'),
         url('junegull-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'scrivanoregular';
    src: url('scrivano-webfont.woff2') format('woff2'),
         url('scrivano-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body{
  background:lightpink!important;
  
}
.col-lg-4{
   background: url("background.jpg")!important;
}
.frame{
   background: url("background.jpg")!important;
  position:relative;
}
.btn-success{
  background-color:lightpink;
  border-color:lightpink;
  color:black;
}
.row{
  background:lightpink;
}
#portfolio{
  background:lightpink;
}
.text-center{
  font-family:'junegullregular';
  font-size:50px;
}
/* Add a black background color to the top navigation */
/* Change the color of links on hover */
.topnav a:hover {
  background-color: magenta;
  color:black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color:magenta;
  color: black;
}

.navbar {
  background-color: lightpink !important;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.navbar a {
  float: left;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.navbar a:hover {
  background-color: magenta;
  color:black;
}

/* Add a color to the active/current link */
.navbar a.active {
  background-color:magenta;
  color: black;
}
 h1{
    margin-top: 90px;
  }
* {
  box-sizing: border-box;
}

body {
  font-family: Arial;
  padding: 20px;
  background: #f1f1f1;
}

/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {
  float: left;
  width: 75%;
}

/* Right column */
.rightcolumn {
  float: left;
  width: 25%;
  padding-left: 20px;
}

/* Fake image */
.fakeimg {
  background-color: #aaa;
  width: 100%;
  padding: 20px;
}

/* Add a card effect for articles */
.card {
  background-color: white;
  padding: 20px;
  margin-top: 20px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .leftcolumn, .rightcolumn {
    width: 100%;
    padding: 0;
  }
.container{
  background: url("background.jpg");
  position:relative;
  margin:40px;
}
.text-center{
    margin:40px;
  }

 